home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Farewell 1999 < prev    next >
Encoding:
Text File  |  1999-12-31  |  1.4 KB  |  82 lines  |  [TEXT/ttxt]

  1. /* 
  2.    I just got back from Campus Crusade for Christ's 1999 Christmas conference, I visited with Nikhil, I felt Stone's "Any Given Sunday", Malia wrote me, I don't know a hawk from a handsaw, Rebecca St. James is amazing, I may never meet my wife, and it's about 3 hours until the turn of the millenium.   Needless to say, I'm feeling quite weird...and sad.  Farewell Jill Gillespie, farewell innocence, farewell Mr. McClanand, farewell Tim, farewell CS482, farewell gunny towers, farewell MIDN Moran, farewell Mike Allers, farewell Examgen, farewell Disoriented Again, farewell Aaron...
  3.  
  4. Farewell, 1999.
  5. */
  6.  
  7. Resn=10,
  8.  
  9. Durn="3",
  10.  
  11.  
  12. CamX="30 * sin( t / 3.3534 ) + 25",
  13. CamY="40 * cos( t / 4.1 )",
  14. CamZ="30 * cos( t / 4.0024 )",
  15.  
  16. CmLX="0",
  17. CmLY="0",
  18. CmLZ="0",
  19.  
  20. CUpX="0",
  21. CUpY="0",
  22. CUpZ="1",
  23.  
  24. A0="rnd( .6 ) + .5",
  25. A1="rnd( .6 ) + .5",
  26. A2="rnd( .6 ) + .5",
  27.  
  28. C0="0",
  29. C2="0",
  30.  
  31. R="(1-c3) * a0",
  32. G="(1-c3) * a1",
  33. B="(1-c3) * a2",
  34.  
  35. LvlR="1",
  36. LvlG="1",
  37. LvlB="1",
  38.  
  39.  
  40.  
  41.  
  42. // Just makes the dt=0 linewidth 2
  43. LWdt="1 + sqwv(1+dt)",
  44.  
  45.  
  46.  
  47. // Preferred dimentions/aspect
  48. widt=490,heig=380,
  49.  
  50.  
  51. ConL=0,ConB=1,
  52.  
  53.  
  54. Fall=".05",
  55.  
  56.  
  57. C1="seed( st )",
  58.  
  59. C3="1 - ( 1 - dt ) ^ 6",
  60. C4="rnd( 2 * PI )",  // rnd theta
  61. C5="rnd( 2 * PI )",  // rnd psi
  62. C6="C3 * ( 30 + rnd( 40 ) + rnd( 20 ) )", // rnd R
  63.  
  64. C7="c6 * cos( c4 ) * sin( c5 )", // dest x
  65. C8="c6 * sin( c4 ) * sin( c5 )", // dest y
  66. C9="c6 * cos( c5 )", // dest z
  67.  
  68.  
  69. X="c7",
  70. Y="80 * (s - .5) + C8",
  71. Z="15 * mag( s ) + c9",
  72.  
  73.  
  74.  
  75. Scal="800",
  76.  
  77. ScSz=1,
  78.  
  79. Pers="220",
  80.  
  81.  
  82. Vers=30